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
Rory Murphy -
AIRabbit -
Pratik Barjatiya -
Judy -
Top comments (0)