Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

MS Query(Excel) puts changed col to end of cols


  • Please log in to reply

#1
mcubitt

mcubitt

    New Member

  • Member
  • Pip
  • 3 posts
When I make a change to my SQL statement in MS Query (via Excel), if the change involves a column it seems to move that changed column to the end of the columns, putting it out of position.

EG

if I had

select rpad(sid,10), rpad(machine,20), rpad(status,10) from v$session
MS Query would return
SID and MACHINE and STATUS
and back in Excel would be
SID in column A and MACHINE in column B and STATUS in column C.

If I changed it to
select rpad(sid,10), rpad(substr(machine,1,length(machine)-1),20), rpad(status,10) from v$session
MS Query would return
SID and MACHINE and STATUS
BUT back in Excel would be
SID in column A and STATUS in column B and MACHINE in column C.

Is it possible to stop this? It is really annoying and surely a bug!
  • 0

Advertisements







Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP