Viewing 3 posts - 1 through 3 (of 3 total)
1. What is the order of join of the sub query you want.
2. I think you can remove DISTINCT because you select c.[id] not duplicate
3. Need more infomation
June 18, 2018 at 3:08 am
Hi, because this is large table with 15 milion rows, so my suggestion is split it into small pieces. Here my code
SELECT * INTO exportLogTable2 FROM...
June 6, 2018 at 10:44 pm
Hi, you can try this script:
DECLARE @BrgyCode VARCHAR(5) = '23548';
SELECT
Ran.NextID,
Res.ResidentID,
@BrgyCode + '-' + CAST(Ran.NextID AS VARCHAR (30)) AS NewResidentID,
Res.ResLogDate
INTO #TempResident
June 5, 2018 at 2:14 am
Viewing 3 posts - 1 through 3 (of 3 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy