code completion
Hello,
Can anybody help me, how can i set up my datagrip IDE code completion for table columns. I mean i create a query like this:
SELECT * from table1 t1, table2 t2
WHERE t1.column1 = t2.column2
So i try to use alias for tables, but when i hit the . key datagrip not showing up table columns. How can i set up?
Thank you!
Please sign in to leave a comment.
Hi,
What IDE version do you use? Also, could you show your data source settings?
Thank you.