Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Is there Types available

This is a discussion on Is there Types available within the MySQL forums, part of the Database category; I have started my working with select statement. I wanted to know is there any types or clauses in select ...

  1. #1
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144

    Is there Types available

    I have started my working with select statement. I wanted to know is there any types or clauses in select statement.If so how many types are there and what are they?


  2. #2
    Rahulbatra is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    There are various clauses available in select statement of MYSQL. One of the commonly used clause is the WHERE clause.
    The general syntax of where clause is

    SELECT column_names from table_name [WHERE ...conditions];

    In the above syntax the conditions are optional.


Latest Article

Network Security Risk Assessment and Measurement

Read More...