code completion inside mysql function brackets in v5.0
Posted: Tue 03 May 2011 11:11
the code completion inside of the brackets of mysql functions, i.e. SUM(), COUNT() etc will not work when using table aliases when the last bracket is closed
example:
This will open the code completion
but when the bracket of the function is closed it will not open the code completion´
example:
Code: Select all
select SUM(t1., ...
but when the bracket of the function is closed it will not open the code completion´
Code: Select all
select SUM(t1.), ...