fuadhamidov
Programmer
hi
i want to get only one row by using sql select statement or an other way. when i use sql select i may return hundreds of rows, so it decrease the speed of program. is there any way to get only one line. my code like:
select date from <whatever> order by date
i want to get only one row by using sql select statement or an other way. when i use sql select i may return hundreds of rows, so it decrease the speed of program. is there any way to get only one line. my code like:
select date from <whatever> order by date