3,888 questions
May compare From and To can help you:
SELECT * INTO result1 FROM main WHERE `from` < `to`;
SELECT
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
MainTable
from to cTag Signal
A B T_AtoB x_1
A B T_AtoB x_2
A B T_AtoB x_3
A B T_AtoB x_4
B A T_AtoB x_1
B A T_AtoB x_2
B A T_AtoB x_3
B A T_AtoB x_4
C F T_CtoF x_1
C F T_CtoF x_2
C F T_CtoF x_3
C F T_CtoF x_4
C F T_CtoF x_5
F C T_CtoF x_1
F C T_CtoF x_2
F C T_CtoF x_3
F C T_CtoF x_4
F C T_CtoF x_5
Hello .
How can I get other tables from the main table?
May compare From and To can help you:
SELECT * INTO result1 FROM main WHERE `from` < `to`;
SELECT
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **