cancel
Showing results for 
Search instead for 
Did you mean: 

diff between select and read statements

Former Member
0 Kudos

diff between <b>select</b> and <b>read</b> statements

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Simply put :-

READ : statement will read only single record at at time and not more than that( thus read gets a single row from the table)

SELECT:- the most basic--> 'select * from Table_name' (select all from this table)

HTH

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi

Refer below

<a href="http://dev.mysql.com/doc/maxdb/en/40/1312152fa511d3a98100a0c9449261/frameset.htm">SELECT Statement (select_statement)</a>