MysQL & MS-SQL conversion
Posted: Mon Aug 08, 2005 1:27 pm
I've the following statement in MySql, could someone tell me how to convert that to a MS-SQL statement. Thanks...
Code: Select all
$showtickets = mysql_query("SELECT * FROM `tickets` WHERE open='$tixstatus' AND dep='$dep' $s_sort LIMIT ".$i_limit_start.", ".$g_limit ." ");