PDA

Click to See Complete Forum and Search --> : SQL Mobile - invalid TOP function?


aloysiusf
Jun 1st, 2006, 04:22 AM
helly guys

i am trying to run this sql but it seems that the TOP is not available

MySQL
SELECT * FROM table WHERE A_Index > 10 LIMIT 0, 8

MSSQL
SELECT 5 * FROM table WHERE A_Index

so what about sqlmobile?..can't seem to get the sql working..is there other alternatives?

Thanks