You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI Li,
Currently the "lay" field gets whether or not there is condition in the required SQL query and if yes, how many conditions and which conditions (i.e. = , > , <) and this decides the "sketch" of the query,correct?
Now If I want to add LIMIT functionality can I append "lim" to the sketch so that "lay" field becomes say ['=','>','lim'] and then have a separate "limit decoder" just like cond decoder to calculate limit value?
Your thoughts/guidance is greatly appreciated
Thank you,
Shruti
The text was updated successfully, but these errors were encountered:
HI Li,
Currently the "lay" field gets whether or not there is condition in the required SQL query and if yes, how many conditions and which conditions (i.e. = , > , <) and this decides the "sketch" of the query,correct?
Now If I want to add LIMIT functionality can I append "lim" to the sketch so that "lay" field becomes say ['=','>','lim'] and then have a separate "limit decoder" just like cond decoder to calculate limit value?
Your thoughts/guidance is greatly appreciated
Thank you,
Shruti
The text was updated successfully, but these errors were encountered: