How can we help you today? How can we help you today?
aGoram

Activity overview

Latest activity by aGoram

JOIN CONDITION
on suggestion for join : Is it possible to haveSELECT * FROM table1 a JOIN table2 b on b.id = a.id -- instead of SELECT * FROM table1 a JOIN table2 b on a.id = b.id in my opinion , after th...
3 followers 4 comments 0 votes
Format insert into
v4 is really great, but one this is bugging me i already said something about this, but it really frustate me : in V3 :INSERT INTO TABLE1 ( COL1, COL2, COL3, COL4 ) VALUES ( /* CO...
1 follower 1 comment 0 votes
Thanks for the fast reply. i didn't know because on the website it's still 4.0, so i thought it was the same release as weeks ago. And for the next correction of bugs ? do i need additional option support and upgrades package ? / comments
Thanks for the fast reply. i didn't know because on the website it's still 4.0, so i thought it was the same release as weeks ago. And for the next correction of bugs ? do i need additional option ...
0 votes
one other things i can't have suggestion for SP on a new line alter i type ap_ for exemple : select * from emp ap_ but this work select * from emp go ap_ it was fine on v3... / comments
one other things i can't have suggestion for SP on a new line alter i type ap_ for exemple :select * from emp ap_ but this workselect * from emp go ap_ it was fine on v3...
0 votes
1 and 2 are check and if i type exec <control+space> or alter procedure <control+space> it works. But exec sp_helptext <control+space> doesn't work anymore in v4. too bad, because it's very usefull to have a quick view on a SP / comments
1 and 2 are check and if i type exec <control+space> or alter procedure <control+space> it works. But exec sp_helptext <control+space> doesn't work anymore in v4. too bad, because it's very usefull...
0 votes
SP suggestion
Im not able to have suggestion for stored procedure exec sp_helptext <control+space> was working in v3 am i missing an option ?
3 followers 6 comments 0 votes