FETCH Layout

joeleichjoeleich Posts: 2
edited August 1, 2017 12:48PM in SQL Refactor Previous Versions
I prefer to layout my FETCH statements like this (with indented parameters):
FETCH NEXT FROM JOB_PHASE_CURSOR INTO
			@i_Phase_Level,
			@Company,
			@JobNumber,
			@PhaseCode,
			@PhaseControlCode,
			@UnitOfMeasure,
			@PhaseName,
			@OriginalDollarEstimate,
			@OriginalQuantityEstimate,
			@RevisedDollarEstimate,
			@RevisedQuantityEstimate,
			@Active

I noticed a similar request in a related post where the poster was suggesting that the EXECUTE statement layout similarly. The feature request was SR-823. Is it possible to add this layout option to that?

Comments

Sign In or Register to comment.