haxetink / tink_sql

SQL embedded into Haxe
MIT License
54 stars 17 forks source link

how to write select * ? in tink_sql? #139

Closed sonygod closed 3 years ago

sonygod commented 3 years ago

how to write select * ? in tink_sql?

@await db.F_NODE.select(*).where(F_NODE.updateTime >= thisMonth()).all();//   how to write select * here? 
kevinresol commented 3 years ago

You can just omit the select call

kevinresol commented 3 years ago

also please note that github issue list is not for questions. please ask questions in gitter or discord.