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

Handle sub query #1

Open
jbarotin opened this issue Aug 24, 2017 · 0 comments
Open

Handle sub query #1

jbarotin opened this issue Aug 24, 2017 · 0 comments

Comments

@jbarotin
Copy link

Hi,

It's a nice initiative, I haven't found an other project that aim to do a such feature.

I try this kind of query :
select a.foo as f1, b.bar as b1 from table_a a LEFT JOIN ( select id,bar FROM test) b on a.id = b.a_id where a.quuz = 2

And it gives me the following message
Bad table or column name: '(select' has chars not alphanumeric or underscore! at /usr/local/share/perl5/GraphViz/SQL.pm line 41. $VAR1 = 'sql'; $VAR2 = 0; Can't use an undefined value as a HASH reference at /usr/local/share/perl5/GraphViz/SQL.pm line 112.

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