Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6922429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:24:18+00:00 2026-05-27T10:24:18+00:00

Currently, Python is storing the string None for nulls returned by sqlite3. I read

  • 0

Currently, Python is storing the string “None” for nulls returned by sqlite3. I read that you can change the default value for nulls in sqlite3 at the command line, but can you set this within the Python code?

I’d like all of my blank results to look the same without having to loop through and check each value. So I want any nulls returned from sqlite3 to be an empty string (“”) instead of “None”.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T10:24:18+00:00Added an answer on May 27, 2026 at 10:24 am

    Uses the SQL-Function COALESCE for each column of your left join.

    SELECT 
      a.id, a.value, 
      COALESCE(b.id, ''), COALESCE(b.value, '')
    FROM 
      a 
      LEFT OUTER JOIN b ON b.a_id = a.id 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently writing a serialization module in Python that can serialize user defined classes.
If you install multiple versions of python (I currently have the default 2.5, installed
I'm currently writing a Python GDB script. The problem is that it has to
I have implemented a generator-based scanner in Python that tokenizes a string into tuples
I have a system (developed in Python) that accepts datetime as string in VARIOUS
Write a Python program that will ask the user to enter a string of
We're currently working on a python project that basically reads and writes M2M data
I am currently working on a python script that pulls data from a table
im currently learning python (in the very begining), so I still have some doubts
I'm currently learning Python using Zelle's Introductory text, and I'm trying to recreate one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.