extend sql?

Started by xiapwover 20 years ago2 messagesgeneral
Jump to latest
#1xiapw
xiapw@lreis.ac.cn

Hello everyone,I want to konw how to extend the SQL.
For example,Create table temp [sec_level],sec_level means the secure level of the table that you have created,how to do this?
xiapw

#2Qingqing Zhou
zhouqq@cs.toronto.edu
In reply to: xiapw (#1)
Re: extend sql?

""xiapw"" <xiapw@lreis.ac.cn> wrote

Hello everyone,I want to konw how to extend the SQL.
For example,Create table temp [sec_level],sec_level means the secure level
of the table that you have created,how to do this?

If you mean extend the SQL grammar, modify file backend/parser/gram.y.

Regards,
Qingqing