question

bijoy avatar image
bijoy asked

pls solve the query

select (select name from tchr union select name from student)student.gender as ag,tchr.gender as og from student join tchr on student.course=tchr.course;

selectjoinunion
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ThomasRushton avatar image ThomasRushton ♦♦ commented ·

what's your question?

0 Likes 0 ·
bijoy avatar image bijoy commented ·

@thomasruston. I want this query to write in proper format

select (select name from tchr union select name from student)student.gender as ag,tchr.gender as og from student join tchr on student.course=tchr.course;

0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.