Skip to content
Advertisement

Tag: subquery

Concat SQL result

I’m quite new to SQL and I am using MS Access’s ListBox component which requires a query to display data. The following are the tables involved to make the query: TABLE: Blocks +—-+——–+ | ID | B_Name | +—-+——–+ | 1 | blockF | | 2 | blockE | . . . TABLE: Rooms +—-+——+——–+——-+—–+———+——-+——+ | ID | B_ID |

Advertisement