Menu

[r3098]: / branches / phpintegration / ch.sahits.codegen.test / fragments / sqls.test  Maximize  Restore  History

Download this file

10 lines (9 with data), 313 Bytes

-- create SQL scripts based on the model
-- load by primary key
select NAME, SURNAME, EMAIL, BIRTH_DATE from USER where  EMAIL='?EMAIL'
-- load all
select * from USERNAME, SURNAME, EMAIL, BIRTH_DATE from USER
-- load by foregin key
-- load by unique index
select * from USER where EMAIL='?EMAIL'
-- load by index
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.