The two tables are merged together

I want to merge the data of the two tables together. One column of the data is ID, merging the data of the same ID. How to operate it? SQL

< hr >

clipboard.png
Why is it that sometimes editors can and sometimes not?

Sql
Mar.05,2021

SELECT a.*,b.* FROM a INNER JOIN b ON b.ID = a.ID
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bcac-2c2d6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bcac-2c2d6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?