Table alias is greater than 63 bytes causes truncated identifier notice
I have a query:
which generates some SQL that alias the table name
soil_sample_analysis
to samplingRound_stratumSamplingRounds_soilSamples_soilSampleAnalysis
which is 66 bytes:
Because 66 > 63, I get this notice:
What are my options here for preventing this? I don't want to rename the table, as the individual tables themselves are a reasonable length. I also ideally don't want to just suppress the notice using the driver. I see this as an issue with drizzle as drizzle is generating this alias. Thanks for your help!1 Reply
Not many options right now, other than renaming the tables