---
title: "How do you retrieve the data from a nullable column?"  
description: "How do you retrieve the data from a nullable column?"  
author: "Anonymous User"  
published: 2011-03-28  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/645/how-do-you-retrieve-the-data-from-a-nullable-column  
category: "db2"  
tags: ["db2"]  
reading_time: 1 minute  

---

# How do you retrieve the data from a nullable column?

Use null indicators. Syntax ... INTO :HOSTVAR:NULLIND

## Answers

### Answer by Anonymous User

Use null indicators. Syntax ... INTO :HOSTVAR:NULLIND


---

Original Source: https://www.mindstick.com/interview/645/how-do-you-retrieve-the-data-from-a-nullable-column

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
