http://www.mysql.com/doc/

> HI Everyone
>
> I am looking for a summary/examples of the syntaxes and operators
> one may use
> in standard sql statements
>
>
> For example
>  select name from epm_tble where name like 'abc%'
>  select x, count(*) from table_where_x_is_in group by x having count(*)>1;


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to