Hi
I have 1 database with 2 tables , every table have fields... and I need to compare between the 2 fields and print the result , I may need just the function that makes the compare for this cases
Case1
table 1 with field named x
contain 12
Table 2 with field named y
contain 12,15
I need to print output as 12
Case2
table 1 with field named x
contain 12,15
Table 2 with field named y
contain 12,15,20
I need to print output as 12 and 15
Case3
table 1 with field named x
contain 10,25,30
Table 2 with field named y
contain 10
I need to print output as 10
I already imploded these numbers and will explode it before or with compare
Any help please?![]()


... and I need to compare between the 2 fields and print the result , I may need just the function that makes the compare for this cases
Reply With Quote
Bookmarks