
these two result in two temparay tables. Month & Year table i want join these and get result given format
2022 january1
2022 august 1
2023 january 1
2023 august 1
in select query

these two result in two temparay tables. Month & Year table i want join these and get result given format
2022 january1
2022 august 1
2023 january 1
2023 august 1
in select query
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Nov 28, 2022, 8:49 AM
Use cross join
Jignesh KumarPosted Nov 28, 2022, 8:51 AM
Hello Lejo,
You can use Cross Join to get this recods in select query,