Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make nest join table for plsql update #4

Open
yaoguangluo opened this issue Jan 27, 2019 · 1 comment
Open

make nest join table for plsql update #4

yaoguangluo opened this issue Jan 27, 2019 · 1 comment

Comments

@yaoguangluo
Copy link
Owner

tableName:test:update;
culumnValuedate19850525;
culumnValue:date1:19850526;
condition:or:testCulumn1|<|20:testCulumn2|==|fire;
condition:and:testCulumn1|>|100:testCulumn2|==|fire;
tableName:utest:nest;
condition:and:uCulumn3|<|20;
relation:and:testCulumn1|==|uCulumn1:testCulumn2|!=|uCulumn2;

@yaoguangluo
Copy link
Owner Author

baseName:backend;
tableName:usr:update;
condition:or:u_name|equal|123:u_name|equal|222;
join:frontend:login;
condition:and:usr_name|equal|123;
relation:and:u_name|equal|usr_name;
culumnValue:u_email:ok;

this plsql query is a really world sample. is working .thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant