https://antibiotiqueaugmentin.com/surdosage-augmentin-bebe/
× This is the optional Forum header for the Suggestion Box.

Multiple tables?

  • dmaislin
  • dmaislin's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 10 months ago #644

I have two tables:

va_support "Code" "Summary" "Long Description"
va_support_types "Code" "Type Description"

in va_support there is a Code, but I want the Code to display the Type Description from the other table.

Is this possible?

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #650

Hi,

try this:

e.g. in phpMyAdmin

CREATE VIEW Something AS
SELECT st.TypeDesc, s.LongDesc
FROM  va_support_types st, va_support s
WHERE  st.Code=s.Code

You can display view with TableJX.

Best regards,
Viljem

Please Log in or Create an account to join the conversation.

  • dmaislin
  • dmaislin's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 10 months ago #653

I do this today. Was hoping you could offer this in your solution, i.e. a window where I could type pure SQL to do the same as well as support selecting multiple tables for LEFT JOIN support, etc.

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #673

Please, how can we do this?
also, please give step by step instructions. :)

Please Log in or Create an account to join the conversation.

Moderators: tomaz
Time to create page: 0.144 seconds

Contact Us

Contact us on Discord

Contact us on Facebook