table链式调用中主要用于指定操作的数据表。

例如:

sql.table('node_table').where('id=1').select()

设置别名:

sql.table('node_table a').where('id=1').select()

得到:

SELECT  * FROM node_table a WHERE id=1

join方法还需要补充...

results matching ""

    No results matching ""