Just add a constant into the SELECT
list
INSERT INTO MyTable
(ColA,
ColB,
ColC)
SELECT 1,
colBB,
colCC
FROM MyTable2
Just add a constant into the SELECT
list
INSERT INTO MyTable
(ColA,
ColB,
ColC)
SELECT 1,
colBB,
colCC
FROM MyTable2
For further actions, you may consider blocking this person and/or reporting abuse
Eti Ijeoma -
Aneeqa Khan -
Haripriya Veluchamy -
Obisike Treasure -
Top comments (0)