Add "_1" to column-names
Brought to you by:
ansgarbecker
Originally created by: manfred-...@t-online.de
What is the problem that needs to be solved (required)?
select c.PNr, p.pNr from
(ChildT as c inner join ParentT as p on c.PNr = p.pNr);
displays in the output-window PNr and pNr_1
What is the idea in abstract terms (optional)?
I use uppercase for foreign keys an lowercase for primary keys:
ChildT.PNr references to ParentT.pNr
Example workflow using the new feature (optional)?
Should display c.PNr and p.pNr or at least PNr and pNr
What is a practical way to implement this idea (optional)?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a...@anse.de
This silent naming adjustment is done by the MySQL server, not by HeidiSQL. We just
pass the exact result returned by the server into the grid.
Status: Upstream