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 ...
-
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?
-
04-11-2007, 03:16 AM #2
- 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.


Reply With Quote





