RE: SQL Commands - DJW

2001-06-25 Thread Chris Bolt
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(*)>

SQL Commands - DJW

2001-06-25 Thread Danie Weideman
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; Regards Danie Weideman