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 6612171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:03:51+00:00 2026-05-25T20:03:51+00:00

I have a table having 10 columns, with id, f_name, l_name ….. low_range, high_range,

  • 0

I have a table having 10 columns, with id, f_name, l_name ….. low_range, high_range, …

I want to write a query which will print all my table, but just this low_range and high_range to be converted in hex.

I know two things:

 1. We can write all the column names and replacing the 
    low_range with hex(low_range) and high_range with high_range. 

but this asks me two to write all the column names, which seems a bit unfair.

2. We can write a query like:
 select t.*, hex(low_range), hex(high_range) from table t

But it will give all the column names first and then the required fields in hex also after them, which I don’t want to as there is a repetition of information.

Is there any other clean way to achieve this thing.

PS: I am new to databases.

  • 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-25T20:03:52+00:00Added an answer on May 25, 2026 at 8:03 pm

    In short, no. The two ways you list are the only two ways to specify column output order, so you can either:

    1. select t.* and then append your custom fields to the end (or the beginning) OR

    2. List each field individually eg select t.field1, t.field2, hex(t.field3), t.field4...

    The two methods you describe are the only ways to do this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table having 2 columns EmployeeId (int) and EmployeeDetails(XMl type) EmployeeId EmployeeDetails
I have a table named with Sales having the following columns: Sales_ID|Product_Code|Zone|District|State|Distributor|Total_Sales Now i
Having a table with a column like: mydate DATETIME ... I have a query
I have the following query: select column_name, count(column_name) from table group by column_name having
I have a table in database that is having some fields one of which
I have MSSQL table having columns, serves as storage for items for user with
I need some help to build SQL Query. I have table having data like:
I have a dynamic table with each row having 4 columns. Column 1 has
I have written PLSQL program that generates table having usually more than 200 columns.
I want to select from the following table all the rows which have similar

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.