robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.28k stars 265 forks source link

How can I order by rand() using this library? #40

Closed ikhanhmai closed 8 years ago

ikhanhmai commented 8 years ago

I'm trying to call a query which select {{x}} random rows.

Thanks in advance.

robertohuertasm commented 8 years ago

@ikhanhmai use the documentation from this Github repo. You can use normal sql syntax. You're not forced to use linq.