Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
JE_test
Resolver I
Resolver I

"column does not allow nulls. INSERT fails, but column allows NULL". But column allows nulls...

Hi!

I'm currently working in a Data Warehouse.

 

Error:

ERROR: Cannot insert the value NULL into column ''OnskarAttDeltaIAntalSammankomster'', table ''Lagengagemang_VIEW''; column does not allow nulls. INSERT fails.

Table column:

JE_test_0-1713528003804.png

 

The code I'm running looks something like this: 

INSERT [',@TargetSchema,'].[',@TableName,'] (',@Columns,')
SELECT ',@Columns,'
FROM [',@SourceSchema,'].[v',@TableName,']');

basically inserting data from a view into a table.

 

As you can see from my screen-shot the column that is giving the error allows NULLs.

I've tried to re-create the table multiple times and re-run the insert with no success.

 

I recently added 4 new column to the table and the view by deleting it and creating it again. Not sure if that has anything to do with anything...

 

Any ideas what is going on and how to fix it?

Feels like a problem that might go away by just waiting a few days...

 

br

 

1 ACCEPTED SOLUTION
JE_test
Resolver I
Resolver I

I had created my view or table wrongly, not it works 🙂 

View solution in original post

2 REPLIES 2
JE_test
Resolver I
Resolver I

I had created my view or table wrongly, not it works 🙂 

Hi @JE_test 

 

Glad that you query got resolved.
Please continue using Fabric Community for further queries.

 

Thanks.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Expanding the Synapse Forums

New forum boards available in Synapse

Ask questions in Data Engineering, Data Science, Data Warehouse and General Discussion.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayFBCUpdateCarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.